home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 14 / hacker14.iso / programacao / visual / perl.exe / {app} / Library / Perl / readme < prev    next >
Encoding:
Text File  |  2002-11-05  |  2.2 KB  |  69 lines

  1. Welcome to Perltidy!
  2.     Perltidy is a tool to indent and reformat perl scripts. It can also
  3.     write scripts in html format.
  4.  
  5.     Perltidy is free software released under the GNU General Public License
  6.     -- please see the included file "COPYING" for details.
  7.  
  8. PREREQUISITES
  9.     Perltidy is programmed to work with versions of Perl as old as 5.004.
  10.     (You can find your version with "perl -v"). However, some systems this
  11.     old may have problems, particularly Windows versions.
  12.  
  13.     This this release was successfully tested on a 5.004_04 linux
  14.     distribution (1997) and a 5.005_03 Windows version (ActiveState build
  15.     522, 1999).
  16.  
  17.     The following modules are not required, but perltidy may use them if
  18.     detected:
  19.  
  20.       Win32    will be used to help identify a Windows system if detected
  21.       HTML::Entities  will be used to encode HTML entities if detected
  22.       Pod::Html will be used to format pod text
  23.  
  24.     The total disk space needed after removing the installation directory
  25.     will about 1 Mb.
  26.  
  27. DOWNLOAD
  28.     There are two source distribution files:
  29.  
  30.     *   A .tgz "tarball", with Unix-style <lf> line endings, and
  31.  
  32.     *   A zip file, .zip, with Windows-style <cr><lf> line endings.
  33.  
  34. INSTALLATION
  35.     For most standard installations, the standard Makefile.PL method should
  36.     work:
  37.  
  38.      perl Makefile.PL
  39.      make
  40.      make test
  41.      make install
  42.  
  43.     The INSTALL file has additional installation notes.
  44.  
  45. WHAT NEXT
  46.     Please see the CHANGES file for notices of any recent updates.
  47.  
  48.     Please see the BUGS file for a list of all known open bugs.
  49.  
  50.     Documentation can be found in the docs directory, and it can also be
  51.     found at http://perltidy.sourceforge.net
  52.  
  53.     Reading the brief tutorial should help you use perltidy effectively.
  54.  
  55.     Perltidy is still being developed, so please check sourceforge
  56.     occasionally for updates. New releases are announced on freshmeat.net.
  57.  
  58. FEEDBACK / BUG REPORTS
  59.     Bug reports, comments and suggestions are welcome. Attach the smallest
  60.     piece of code which demonstrates the bug or issue. Your efforts are
  61.     greatly appreciated!
  62.  
  63.     Thank You
  64.  
  65.      Steve Hancock
  66.      perltidy at users.sourceforge.net
  67.      http://perltidy.sourceforge.net
  68.  
  69.